C# Class Rock.Web.UI.Controls.ImageUploaderEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
ImageUploaderEventArgs ( int binaryFileId ) : System

Initializes a new instance of the ImageUploaderEventArgs class.

Method Details

ImageUploaderEventArgs() public méthode

Initializes a new instance of the ImageUploaderEventArgs class.
public ImageUploaderEventArgs ( int binaryFileId ) : System
binaryFileId int The binary file identifier.
Résultat System