VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionControllerBase Class / OnInteraction(WpfInteractionEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnInteraction(WpfInteractionEventArgs) Method (WpfInteractionControllerBase)
    In This Topic
    Invoked when user interacts with an interaction area of interactive object.
    Syntax
    'Declaration
    
    Public Sub OnInteraction( _
    ByVal args
    An interaction event args.
    As WpfInteractionEventArgs _
    )
    public void OnInteraction(
    WpfInteractionEventArgs args
    )
    public: void OnInteraction(
    WpfInteractionEventArgs* args
    )
    public:
    void OnInteraction(
    WpfInteractionEventArgs^ args
    )

    Parameters

    args
    An interaction event args.
    Requirements

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

    See Also