KaxFileBrowserExplorerPopulated Event |
This event is fired when the grid data is retrieved from the content provider
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event KaxFileBrowserGridEventHandler ExplorerPopulated
Public Event ExplorerPopulated As KaxFileBrowserGridEventHandler
public:
event KaxFileBrowserGridEventHandler^ ExplorerPopulated {
void add (KaxFileBrowserGridEventHandler^ value);
void remove (KaxFileBrowserGridEventHandler^ value);
}
member ExplorerPopulated : IEvent<KaxFileBrowserGridEventHandler,
KaxFileBrowserPopulatedEventArgs>
Value
Type:
Kettic.AspNet.ControlsKaxFileBrowserGridEventHandler
See Also