C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / InputPanelDeserialized Event

In This Topic
InputPanelDeserialized Event (C1InputPanel)
In This Topic
Occurs when the C1InputPanel control is loaded from XML.
Syntax
'Declaration
 
Public Event InputPanelDeserialized As EventHandler(Of EventArgs)
 
Remarks
Use this event to initialize C1InputPanel after loading from XML.
See Also