[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.SetValueFastDelegate-1

SetValueFastDelegate<T> Delegate

A Delegate to set a property value to an object.

Namespace: GrapeCity.Documents.DX
Assembly: GcDocs.DX.Windows.dll
Syntax
public delegate void SetValueFastDelegate<T>(object obj, ref T value)
Parameters
Type Name Description
object obj

The obj to set the property from.

T value

The value to set.

Type Parameters
Name Description
T

Type of the setter.

Constructors

Name Description
SetValueFastDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ref T, AsyncCallback, object)
EndInvoke(ref T, IAsyncResult)
Invoke(object, ref T)