Control events meant for only internal implementations and should not be used in any of the application logic.
Namespace: FiftyOne.Framework.Mobile.ControlsAssembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public event EventHandler AdapterPreRenderComplete |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public Event AdapterPreRenderComplete As EventHandler |
| Visual C++ |
|---|
[BrowsableAttribute(false)] public: virtual event EventHandler^ AdapterPreRenderComplete { void add (EventHandler^ value); void remove (EventHandler^ value); } |