Table of Contents

Delegate vdDocument.ViewCubeClickEventHandler

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

Represents the method that will handle the OnViewCubeClick event.

public delegate void vdDocument.ViewCubeClickEventHandler(object sender, IViewCubeClickArgs args)

Parameters

sender object

The active vdDocument object which call the save command.

args IViewCubeClickArgs

An object that contains informations about the event and allow user to manage the default action.

Constructors

ViewCubeClickEventHandler(object, IntPtr)

Methods

BeginInvoke(object, IViewCubeClickArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, IViewCubeClickArgs)