Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
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
Mostrar archivo
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Public Methods
Method
Description
AddingNewEventArgs
( ) :
System
AddingNewEventArgs
(
object
newObject
) :
System
Method Details
AddingNewEventArgs()
public
method
public
AddingNewEventArgs
( ) :
System
return
System
AddingNewEventArgs()
public
method
public
AddingNewEventArgs
(
object
newObject
) :
System
newObject
object
return
System