Delegate ShouldSerializePropertyEventHandler
An event handler used to control whether to serialize given property.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public delegate void ShouldSerializePropertyEventHandler(object sender, ShouldSerializePropertyEventArgs args);
Parameters
System.Object
sender
The sender(an instance of the RadObject class). |
ShouldSerializePropertyEventArgs
args
The event arguments. |
Constructors
ShouldSerializePropertyEventHandler(Object, IntPtr)
Declaration
public ShouldSerializePropertyEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ShouldSerializePropertyEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ShouldSerializePropertyEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ShouldSerializePropertyEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, ShouldSerializePropertyEventArgs)
Declaration
public virtual void Invoke(object sender, ShouldSerializePropertyEventArgs args)
Parameters
System.Object
sender
|
ShouldSerializePropertyEventArgs
args
|