DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / AutoValidateChanged Event






    AutoValidateChanged Event
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    Public Event AutoValidateChanged As System.EventHandler
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim handler As System.EventHandler
     
    AddHandler instance.AutoValidateChanged, handler
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also