C1.Silverlight.Schedule.5
AddingNewEventArgs Constructor(Object)

An object to use as the new item value.
Initializes a new instance of the AddingNewEventArgs class using the specified object as the new item.
Syntax
'Declaration
 
Public Function New( _
   ByVal newObject As System.Object _
)
public AddingNewEventArgs( 
   System.object newObject
)

Parameters

newObject
An object to use as the new item value.
See Also

Reference

AddingNewEventArgs Class
AddingNewEventArgs Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.