protected virtual void OnInteractionFinished(
System.EventArgs args
)
protected: virtual void OnInteractionFinished(
System.EventArgs* args
)
protected:
virtual void OnInteractionFinished(
System.EventArgs^ args
)
'Declaration Protected Overridable Sub OnInteractionFinished( _
ByVal argsThe System.EventArgs instance containing the event data.As System.EventArgs _
)
Parameters
- args
- The System.EventArgs instance containing the event data.