Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Rock
Web
UI
Controls
NoteEventArgs
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