UserInteractionEventArgs constructor

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public UserInteractionEventArgs(
	int event_,
	int info_
)
Public Sub New ( _
	event_ As Integer, _
	info_ As Integer _
)
public:
UserInteractionEventArgs(
	int event_, 
	int info_
)

Parameters

event_
Int32
info_
Int32

See Also