ShapeChangedEventArgs.CreateArgs

Fore syntax

CreateArgs(Shape: IWxShape; ShapeOperation: WxShapeOperation);

Fore.NET syntax

CreateArgs(Shape: Prognoz.Platform.Interop.Andy.IWxShape; ShapeOperation: Prognoz.Platform.Interop.Andy.WxShapeOperation);

Parameters

Shape. Workspace shape, for which events occur.

ShapeOperation. Action with the shape, after which an event occurs.

Description

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

See also:

ShapeChangedEventArgs