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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also