The SubTextPartEventArgs class provides data for the SubTextPartClicked, SubTextPartCreated, SubTextPartDeleted, SubTextPartDoubleClicked, SubTextPartEntered and SubTextPartLeft events. When subtextpart is deleted, the SubTextPart object provided with the event data has the following valid properties: HighlightColor, HighlightMode, ID and Name. All other properties are undefined.

Syntax

public class SubTextPartEventArgs: EventArgs
Public Class SubTextPartEventArgs
  Inherits EventArgs

Introduced: X13.

Properties

Property Description
SubTextPart Gets an object that represents the subtextpart which causes the event.