Leadtools.Medical.Workstation.UI Namespace > LayoutSelectorToolStripMenuItem Class : GridLayoutUpdated Event |
public event EventHandler<DataEventArgs<GridViewLayout>> GridLayoutUpdated
'Declaration Public Event GridLayoutUpdated As EventHandler(Of DataEventArgs(Of GridViewLayout))
'Usage Dim instance As LayoutSelectorToolStripMenuItem Dim handler As EventHandler(Of DataEventArgs(Of GridViewLayout)) AddHandler instance.GridLayoutUpdated, handler
public event EventHandler<DataEventArgs<GridViewLayout>> GridLayoutUpdated
add_GridLayoutUpdated(function(sender, e)) remove_GridLayoutUpdated(function(sender, e))
public: __event EventHandler<DataEventArgs<GridViewLayout>*>* GridLayoutUpdated
public: event EventHandler<DataEventArgs<GridViewLayout>*>* GridLayoutUpdated
The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.
Property | Description |
---|---|
Data | Gets the argument data to pass to an event handler. |
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