The DrawingEventArgs class provides data for all events that occur with drawings. These are the TextControl.DrawingCreated, TextControl.DrawingDeleted, TextControl.DrawingClicked, TextControl.DrawingDoubleClicked, TextControl.DrawingRightClicked, TextControl.DrawingMoved TextControl.DrawingSelected, TextControl.DrawingDeselected TextControl.DrawingActivated, TextControl.DrawingDeactivated and TextControl.DrawingSized events.

Syntax

public class DrawingEventArgs: EventArgs
Public Class DrawingEventArgs
  Inherits EventArgs

Introduced: X13.

Properties

Property Description
DrawingFrame Gets an object that represents the drawing which causes the event.