Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / FunctionCallback Class / Explicit Type Conversion Operator / Explicit Type Conversion(FunctionCallback,Void) Operator

In This Topic
    Explicit Type Conversion(FunctionCallback,Void) Operator
    In This Topic
    Performs an implicit conversion from (void*) to FunctionCallback.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As System.Void _
    ) As FunctionCallback
    public FunctionCallback operator explicit( 
       System.Void* value
    )

    Parameters

    value
    See Also