The EditableRegionEventArgs class provides data for the EditableRegionCreated, EditableRegionDeleted, EditableRegionEntered and EditableRegionLeft events. When an editable region is deleted, the EditableRegion object provided with the event data has the following valid properties: HighlightColor, HighlightMode, ID and UserName. All other properties are undefined.

Syntax

public class EditableRegionEventArgs: EventArgs
Public Class EditableRegionEventArgs
  Inherits EventArgs

Introduced: X15.

Properties

Property Description
EditableRegion Gets an object that represents the editable region which causes the event.