 |
| BcfRowViewDisposed Event |
Occurs when the instance was disposed.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntaxpublic 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:
SystemEventHandler
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.2, 3.0
See Also