Class SfRichTextBoxAdv.DocumentChangedEventHandler
Event handler for document changed.
Inheritance
System.Object
SfRichTextBoxAdv.DocumentChangedEventHandler
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class DocumentChangedEventHandler : MulticastDelegate
Constructors
DocumentChangedEventHandler(Object, IntPtr)
Declaration
public DocumentChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, DocumentChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object obj, DocumentChangedEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
DocumentChangedEventArgs |
args |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, DocumentChangedEventArgs)
Declaration
public virtual void Invoke(object obj, DocumentChangedEventArgs args)
Parameters