ShapeChangedEventArgs

Assembly: Workspace;

Namespace: Prognoz.Platform.Interop.Workspace;

Description

The ShapeChangedEventArgs class implements argument of the event that occurs after any changes related to workspace shape.

Fore.NET syntax

Class to get analog of the ShapeChangedEventArgs class:

None;

Class to get analog of the ShapeChangedEventArgs class object:

ShapeChangedEventArgsClass;

Constructors

  Constructor name Brief description
CreateArgs The CreateArgs constructor creates an argument of the event that occurs after any changes related with workspace shape.

Class object properties inherited from IShapeChangedEventArgs

  Property name Brief description
Shape The Shape property returns the shape, for which an event is generated.
ShapeOperation The ShapeOperation property returns the action that causes event generation.

See also:

Workspace Assembly Classes