Specifies the event for the lowest event value in the range of events that are handled by the hook function.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property MinEvent As EventType
C#
public EventType MinEvent { get; set; }
Visual C++
public:
property EventType MinEvent {
	EventType get ();
	void set (EventType value);
}
JavaScript
function get_minEvent();
function set_minEvent(value);

See Also