CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Core.AddedNewEventArgs< T > Class Template Reference

Object containing information about a newly added object. More...

Inheritance diagram for Csla.Core.AddedNewEventArgs< T >:

Public Member Functions

 AddedNewEventArgs ()
 Creates a new instance of the object. More...
 
 AddedNewEventArgs (T newObject)
 Creates a new instance of the object. More...
 

Properties

NewObject [getprotected set]
 Gets a reference to the newly added object. More...
 

Detailed Description

Object containing information about a newly added object.

Template Parameters
TType of the object that was added.

Definition at line 19 of file AddedNewEventArgs.cs.

Constructor & Destructor Documentation

◆ AddedNewEventArgs() [1/2]

Creates a new instance of the object.

Definition at line 30 of file AddedNewEventArgs.cs.

◆ AddedNewEventArgs() [2/2]

Creates a new instance of the object.

Parameters
newObjectThe newly added object.

Definition at line 38 of file AddedNewEventArgs.cs.

Property Documentation

◆ NewObject

T Csla.Core.AddedNewEventArgs< T >.NewObject
getprotected set

Gets a reference to the newly added object.

Definition at line 25 of file AddedNewEventArgs.cs.