|
BcfRowViewDisposed Event |
Occurs when the instance was disposed.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax public event EventHandler Disposed
Public Event Disposed As EventHandler
public:
event EventHandler^ Disposed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member Disposed : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerVersion Information CalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also