Leadtools.Dicom.Common.Editing.Controls Namespace > DicomPropertyGrid Class : PropertyInfo Event |
public event EventHandler<PropertyInfoEventArgs> PropertyInfo
'Declaration Public Event PropertyInfo As EventHandler(Of PropertyInfoEventArgs)
'Usage Dim instance As DicomPropertyGrid Dim handler As EventHandler(Of PropertyInfoEventArgs) AddHandler instance.PropertyInfo, handler
public event EventHandler<PropertyInfoEventArgs> PropertyInfo
add_PropertyInfo(function(sender, e)) remove_PropertyInfo(function(sender, e))
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2