LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

GridLayoutUpdated Event

Show in webframe






Occurs when the user changes the layout.
Syntax
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
public:
event EventHandler<DataEventArgs<GridViewLayout>*>* GridLayoutUpdated
Event Data

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.

PropertyDescription
Data Gets the argument data to pass to an event handler.
Requirements

Target Platforms

See Also

Reference

LayoutSelectorToolStripMenuItem Class
LayoutSelectorToolStripMenuItem Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.