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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also