|
BcfViewManagerDisposed Event |
Represents the method that handles the Disposed event.
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.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.Windows
Supported in: 3.0, 2.1, 2.0
See Also