Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal objects As RasterCollection(Of AnnObject), _ ByVal changeType As AnnObjectChangedType, _ ByVal designer As AnnDesigner _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnBeforeObjectChangedEventArgs( RasterCollection<AnnObject> objects, AnnObjectChangedType changeType, AnnDesigner designer ) |
Managed Extensions for C++ | |
---|---|
public: AnnBeforeObjectChangedEventArgs( RasterCollection<AnnObject> objects, AnnObjectChangedType changeType, AnnDesigner* designer ) |
C++/CLI | |
---|---|
public: AnnBeforeObjectChangedEventArgs( RasterCollection<AnnObject> objects, AnnObjectChangedType changeType, AnnDesigner^ designer ) |
Parameters
- objects
- An RasterCollection<AnnObject> 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 an example, refer to BeforeObjectChanged.
The designer should be null (Nothing in Visual Basic) unless the changeType is AnnObjectChangedType.DesignerDraw or AnnObjectChangedType.DesignerEdit.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family