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

Note Event Argument includes id of note updated
Inheritance: System.EventArgs
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
NoteEventArgs ( int noteId ) : System

Initializes a new instance of the NoteEventArgs class.

Method Details

NoteEventArgs() public méthode

Initializes a new instance of the NoteEventArgs class.
public NoteEventArgs ( int noteId ) : System
noteId int The note identifier.
Résultat System