eDriven Framework API
HideHandler Property
NamespaceseDriven.Gui.ComponentsDisplayObjectHideHandler
eDriven Framework API
The event that fires when the component is hidden
Declaration Syntax
C#Visual BasicVisual C++
public MulticastDelegate HideHandler { get; set; }
Public Property HideHandler As MulticastDelegate
	Get
	Set
public:
property MulticastDelegate^ HideHandler {
	MulticastDelegate^ get ();
	void set (MulticastDelegate^ value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)