Visual Basic (Declaration) | |
---|---|
Public Event ObjectRemoved() As EventHandler(Of AnnObjectCollectionEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<AnnObjectCollectionEventArgs> ObjectRemoved() |
C++/CLI | |
---|---|
public: event EventHandler<AnnObjectCollectionEventArgs>^ ObjectRemoved(); |
For C#/VB examples, refer to AnnObjectCollection.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family