Visual Basic (Declaration) | |
---|---|
Public Property OnClientControlLoadFunction As String |
C# | |
---|---|
public string OnClientControlLoadFunction {get; set;} |
Return Value
The name of the client function to be called when the PictureTrimmer control is loaded in the browser.The default value is an empty string, which indicates the control do not call any function.
Please see:
- InlinePictureTrimmer - Client-side events (paragraph: "The ControlLoad event handler")
- PopupPictureTrimmer - Client-side events (paragraph: "The ControlLoad event handler")
- The example A.313 - "InlinePictureTrimmer - Client side events".
- The example A.323 - "PopupPictureTrimmer - Client side events".
The onControlLoad event handler is raised:
- When the control.load client function is invoked.
- When the control.unloadImage client function is invoked.
The function receives 2 parameters:
- sender - A reference to the object that generated the event.
- args - An empty object.
Requirements
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000