Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the Control.HandleCreated event.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnHandleCreated(
EventArgs e
)
protected:
virtual void OnHandleCreated(
EventArgs^ e
) override
Protected Overrides Sub OnHandleCreated (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event data.
Remarks
This method is used for setting the image style of subitems in the control.
See Also
VistaListView Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top