BCGControlBar Library for .NET
OnLoad Method




An EventArgs that contains the event data for ImageEditor.

Raises the Load event for ImageEditor which occurs before an ImageEditor is displayed for the first time.

Syntax
'Declaration
 
Public Overrides Sub OnLoad( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As ImageEditor
Dim e As EventArgs
 
instance.OnLoad(e)
public override void OnLoad( 
   EventArgs e
)
public: void OnLoad( 
   EventArgs* e
) override 
public:
void OnLoad( 
   EventArgs^ e
) override 

Parameters

e

An EventArgs that contains the event data for ImageEditor.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageEditor Class
ImageEditor Members
Base Implementation in OnLoad

Send Feedback