VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / CustomSelectionChangedEventArgs Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    CustomSelectionChangedEventArgs Class
    In This Topic
    Provides data for the SelectionChanged event.
    Object Model
    SelectionRegionBase CustomSelectionChangedEventArgs
    Syntax
    'Declaration
    
    Public Class CustomSelectionChangedEventArgs
       Inherits System.EventArgs
    
    
    public class CustomSelectionChangedEventArgs : System.EventArgs
    
    
    public __gc class CustomSelectionChangedEventArgs : public System.EventArgs*
    
    
    public ref class CustomSelectionChangedEventArgs : public System.EventArgs^
    
    
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Vintasoft.Imaging.UI.VisualTools.CustomSelectionChangedEventArgs

    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