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
System
ComponentModel
AddingNewEventArgs
C# Class System.ComponentModel.AddingNewEventArgs
Provides data for an event that signals the adding of a new object to a list, allowing any event handler to supply the new object. If no event handler supplies a new object to use, the list should create one itself.
Inheritance:
System.EventArgs
Afficher le fichier
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Méthodes publiques
Méthode
Description
AddingNewEventArgs
( ) :
System
AddingNewEventArgs
(
object
newObject
) :
System
Method Details
AddingNewEventArgs()
public
méthode
public
AddingNewEventArgs
( ) :
System
Résultat
System
AddingNewEventArgs()
public
méthode
public
AddingNewEventArgs
(
object
newObject
) :
System
newObject
object
Résultat
System