Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal objects As Collection(Of AnnObjectBase), _ ByVal changeType As AnnObjectChangedType, _ ByVal designer As AnnDesigner _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnBeforeObjectChangedEventArgs( Collection<AnnObjectBase> objects, AnnObjectChangedType changeType, AnnDesigner designer ) |
C++/CLI | |
---|---|
public: AnnBeforeObjectChangedEventArgs( Collection<AnnObjectBase>^ objects, AnnObjectChangedType changeType, AnnDesigner^ designer ) |
Parameters
- objects
- An Collection<AnnObjectBase> that has a collection of the objects that is about to be changed.
- changeType
- An AnnObjectChangedType value specifying what is to be changed.
- designer
- The AnnDesigner object responsible for the change.
For C#/VB examples, refer to AnnAutomation.BeforeObjectChanged.
The designer should be null (Nothing in Visual Basic) unless the
changeType is AnnObjectChangedType.DesignerDraw or AnnObjectChangedType.DesignerEdit.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family