Class DocumentVariableEvaluatingEventArgs
Inheritance
System.Object
DocumentVariableEvaluatingEventArgs
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DocumentVariableEvaluatingEventArgs : EventArgs
Constructors
DocumentVariableEvaluatingEventArgs(RadDocument, String, Object)
Declaration
public DocumentVariableEvaluatingEventArgs(RadDocument document, string variableName, object result)
Parameters
RadDocument
document
|
System.String
variableName
|
System.Object
result
|
Properties
Document
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
Result
Declaration
public object Result { get; set; }
Property Value
System.Object
|
VariableName
Declaration
public string VariableName { get; }
Property Value
System.String
|