[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.TextStyleEventHandler

C1Editor.TextStyleEventHandler Delegate

Class object used to inform text style information. This object passes style information for the TextStyleEventHandler event.

Namespace: C1.Win.Editor
Assembly: C1.Win.Editor.8.dll
Syntax
public delegate void C1Editor.TextStyleEventHandler(object sender, TextStyleEventArgs e)
Parameters
Type Name Description
object sender
TextStyleEventArgs e

Constructors

Name Description
TextStyleEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, TextStyleEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, TextStyleEventArgs)