'Declaration Protected Overridable Function OnInteraction( _
ByVal itemThe interactive object.As IInteractiveObject, _
ByVal argsThe interaction event args.As InteractionEventArgs _
) As Boolean
protected virtual bool OnInteraction(
IInteractiveObject item,
InteractionEventArgs args
)
protected: virtual bool OnInteraction(
IInteractiveObject* item,
InteractionEventArgs* args
)
protected:
virtual bool OnInteraction(
IInteractiveObject^ item,
InteractionEventArgs^ args
)
Parameters
- item
- The interactive object.
- args
- The interaction event args.
Return Value
True if the interaction is occured (executed); otherwise, false.