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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	windowHandle As IntPtr, _
	objectID As ObjectType, _
	childID As Integer, _
	eventTime As UInteger _
)
C#
public ObjectEventArgs(
	IntPtr windowHandle,
	ObjectType objectID,
	int childID,
	uint eventTime
)
Visual C++
public:
ObjectEventArgs(
	IntPtr windowHandle, 
	ObjectType objectID, 
	int childID, 
	unsigned int eventTime
)
JavaScript
Greatis.Nostalgia.ObjectEventArgs = function(windowHandle, objectID, childID, eventTime);

Parameters

windowHandle
Type: System..::.IntPtr
Handle of the event's window.
objectID
Type: Greatis.Nostalgia..::.ObjectType
Object identifier.
childID
Type: System..::.Int32
Child identifier.
eventTime
Type: System..::.UInt32
Time of the event

See Also