VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfUserInteractionVisualTool Class / OnInteraction(IWpfInteractiveObject,WpfInteractionEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnInteraction(IWpfInteractiveObject,WpfInteractionEventArgs) Method (WpfUserInteractionVisualTool)
    In This Topic
    Raises the interaction event for specified interactive object.
    Syntax
    'Declaration
    
    Protected Overridable Function OnInteraction( _
    ByVal item
    The interactive object.
    As IWpfInteractiveObject, _
    ByVal args
    The interaction event args.
    As WpfInteractionEventArgs _
    ) As Boolean
    protected virtual bool OnInteraction(
    IWpfInteractiveObject item,
    WpfInteractionEventArgs args
    )
    protected: virtual bool OnInteraction(
    IWpfInteractiveObject* item,
    WpfInteractionEventArgs* args
    )
    protected:
    virtual bool OnInteraction(
    IWpfInteractiveObject^ item,
    WpfInteractionEventArgs^ 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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also