Specifies the event for the highest 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 MaxEvent As EventType
C#
public EventType MaxEvent { get; set; }
Visual C++
public:
property EventType MaxEvent {
	EventType get ();
	void set (EventType value);
}
JavaScript
function get_maxEvent();
function set_maxEvent(value);

See Also