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