Version

OperandInitializingEventArgs Class Members

The following tables list the members exposed by OperandInitializingEventArgs.

Public Constructors
 NameDescription
Public ConstructorOperandInitializingEventArgs ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyFormulaProviderRead-only property that returns the IFormulaProvider. The IFormulaProvider is the object whose format property is being edited.  
Public PropertyOperandContextRead-only property that returns the context of the Reference. For example, this could be an UltraGridColumn, a SummaryValue, a TextBox, etc.  
Public PropertyOperandNameRead-only property that returns the actual name of the reference which is being initialized.  
See Also