VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / UserInteractionVisualTool Class / OnInteraction(IInteractiveObject,InteractionEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
OnInteraction(IInteractiveObject,InteractionEventArgs) Method (UserInteractionVisualTool)
In This Topic
Raises the interaction event for specified interactive object.
Syntax
'Declaration

Protected Overridable Function OnInteraction( _
ByVal item
The interactive object.
As IInteractiveObject, _
ByVal args
The interaction event args.
As InteractionEventArgs _
) As Boolean
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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also