DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Validated Event






In This Topic
    Validated Event (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatFocus")>
    <SRDescriptionAttribute("ControlOnValidatedDescr")>
    Public Event Validated As System.EventHandler
    'Usage
     
    
    Dim instance As DicomViewer
    Dim handler As System.EventHandler
     
    AddHandler instance.Validated, handler
    [SRCategory("CatFocus")]
    [SRDescription("ControlOnValidatedDescr")]
    public event System.EventHandler Validated
    public event Validated: System.EventHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    [SRCategory("CatFocus")]
    [SRDescription("ControlOnValidatedDescr")]
    public: __event System.EventHandler* Validated
    [SRCategory("CatFocus")]
    [SRDescription("ControlOnValidatedDescr")]
    public:
    event System.EventHandler^ Validated
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also