Méthode | Description | |
---|---|---|
GetCallbackResult ( ) : string |
Returns the results of a callback event that targets a control.
|
|
RaiseCallbackEvent ( string eventArgument ) : void |
Processes a callback event that targets a control.
|
Méthode | Description | |
---|---|---|
BtnUploadImageClick ( object sender, EventArgs e ) : void |
Handles the Click event of the btnUploadImage control.
|
|
BtnUploadVideoClick ( object sender, EventArgs e ) : void |
Handles the Click event of the btnUploadVideo control.
|
|
OnInit ( EventArgs e ) : void |
Raises the E:System.Web.UI.Control.Init event to initialize the page.
|
|
OnLoad ( EventArgs e ) : void |
Raises the E:System.Web.UI.Control.Load event.
|
Méthode | Description | |
---|---|---|
BindBookmarklet ( ) : void |
The bind bookmarklet.
|
|
BindCategories ( Guid postId ) : void |
The bind categories.
|
|
BindPost ( Guid postId ) : void |
The bind post.
|
|
BindTags ( ) : void |
The bind tags.
|
|
BindUsers ( ) : void |
The bind users.
|
|
BtnCategoryClick ( object sender, EventArgs e ) : void |
Handles the Click event of the btnCategory control.
|
|
BtnUploadFileClick ( object sender, EventArgs e ) : void |
Handles the Click event of the btnUploadFile control.
|
|
CbUseRawCheckedChanged ( object sender, EventArgs e ) : void |
Handles the CheckedChanged event of the cbUseRaw control.
|
|
PreSelectAuthor ( string author ) : void |
The pre select author.
|
|
SizeFormat ( float size, string formatString ) : string |
Sizes the format.
|
|
Upload ( string virtualFolder, FileUpload control, string fileName ) : void |
Uploads the specified virtual folder.
|
|
ValExistServerValidate ( object source, ServerValidateEventArgs args ) : void |
Handles the ServerValidate event of the valExist control.
|
protected BtnUploadImageClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Résultat | void |
protected BtnUploadVideoClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Résultat | void |
protected OnInit ( EventArgs e ) : void | ||
e | EventArgs |
/// An |
Résultat | void |
protected OnLoad ( EventArgs e ) : void | ||
e | EventArgs |
/// The |
Résultat | void |
public RaiseCallbackEvent ( string eventArgument ) : void | ||
eventArgument | string | /// A string that represents an event argument to pass to the event handler. /// |
Résultat | void |