Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal obj As AnnObjectBase _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnObjectCollectionEventArgs( AnnObjectBase obj ) |
C++/CLI | |
---|---|
public: AnnObjectCollectionEventArgs( AnnObjectBase^ obj ) |
Parameters
- obj
- The object that has been added or removed
For C#/VB examples, refer to AnnObjectCollection.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family