event StateChange (State as StateChangeEnum)
Fired while the control's state has been changed.

TypeDescription
State as StateChangeEnum A StateChangeEnum expression that indicates the control's state.
The StateChange event occurs once the control's state is changed. For instance, you can use the StateChange event to handle selection change within the control. Also, you can use the StateChange event to respond to any context menu operations. The ShowContextMenu property indicates the items to be displayed on the object's context menu.

Syntax for StateChange event, /NET version, on:

private void StateChange(object sender,exontrol.EXTHUMBNAILLib.StateChangeEnum   State)
{
}

Private Sub StateChange(ByVal sender As System.Object,ByVal State As exontrol.EXTHUMBNAILLib.StateChangeEnum) Handles StateChange
End Sub

Syntax for StateChange event, /COM version, on:

private void StateChange(object sender, AxEXTHUMBNAILLib._IThumbnailEvents_StateChangeEvent e)
{
}

void OnStateChange(long   State)
{
}

void __fastcall StateChange(TObject *Sender,Exthumbnaillib_tlb::StateChangeEnum   State)
{
}

procedure StateChange(ASender: TObject; State : StateChangeEnum);
begin
end;

procedure StateChange(sender: System.Object; e: AxEXTHUMBNAILLib._IThumbnailEvents_StateChangeEvent);
begin
end;

begin event StateChange(long  State)

end event StateChange

Private Sub StateChange(ByVal sender As System.Object, ByVal e As AxEXTHUMBNAILLib._IThumbnailEvents_StateChangeEvent) Handles StateChange
End Sub

Private Sub StateChange(ByVal State As EXTHUMBNAILLibCtl.StateChangeEnum)
End Sub

Private Sub StateChange(ByVal State As Long)
End Sub

LPARAMETERS State

PROCEDURE OnStateChange(oThumbnail,State)

RETURN

Syntax for StateChange event, /COM version (others), on:

<SCRIPT EVENT="StateChange(State)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function StateChange(State)
End Function
</SCRIPT>

Procedure OnComStateChange OLEStateChangeEnum   llState
	Forward Send OnComStateChange llState
End_Procedure

METHOD OCX_StateChange(State) CLASS MainDialog
RETURN NIL

void onEvent_StateChange(int   _State)
{
}

function StateChange as v (State  as  OLE::Exontrol.Thumbnail.1::StateChangeEnum)
end function

function nativeObject_StateChange(State)
return