Partager via


VistaListView.OnHandleCreated Method (EventArgs)

 

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

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