OnTextChange


Function

 

This is an event that occurs when MultiText data is switched.

 

Format

 

dncLabel1_OnTextChange(object sender, DncErrorEventArgs e)

 

Parameters

 

sender [ C#: object ] [ VB.NET: object ]

Event source.

 

e [ C#:LabelTextChangeEventArgs  ] [ VB.NET:LabelTextChangeEventArgs  ]

Event arguments. Details are shown below.

 

Event argument

 

Arguments

C# Type

VB.NET Type

Description

Index

short

Short

MultiText Index after switching

Text

string

String

Text string after switching

 

Remarks

 

This is an event that occurs when MultiText data is switched.