Visual Basic (Declaration) | |
---|---|
Public Event PropertyInfo As EventHandler(Of PropertyInfoEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomPropertyGrid Dim handler As EventHandler(Of PropertyInfoEventArgs) AddHandler instance.PropertyInfo, handler |
C# | |
---|---|
public event EventHandler<PropertyInfoEventArgs> PropertyInfo |
C++/CLI | |
---|---|
public: event EventHandler<PropertyInfoEventArgs^>^ PropertyInfo |
The event handler receives an argument of type PropertyInfoEventArgs containing data related to this event. The following PropertyInfoEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Element | Gets the DICOM element. |
PropertyImageInfo | Gets the property image info. |
Value | Gets or sets the value. |
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7