Search
ShapeEventArgs Members
Constructors Properties Methods
 


Contains the arguments passed to the ShapeSelected and ShapeRenamed event handlers.

The following tables list the members exposed by the ShapeEventArgs type.

 Public Constructors

  Name Description

ShapeEventArgs

Overloaded. Initializes a new instance of the ShapeEventArgs class.

 Public Properties

  Name Description

Index

Gets or sets the index of the Shape item within its containing collection.

OldName

Gets or sets the name of the shape before renaming.

Shape

Gets the shape related to the event.

UnknownId

Gets or sets the identifier of a missing shape.

 Public Methods

  Name Description

ToString

Object.ToString override.

 See Also