TextBlockFormattingEventHandler
Delegate
Represents the method that is called when ITextBlock is formatted.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void TextBlockFormattingEventHandler(object sender, TextBlockFormattingEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, TextBlockFormattingEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, TextBlockFormattingEventArgs e)