![CalculationWorks Logo](../icons/CalcLogo518x143.png) |
BcfViewManagerOnEventsReleaseStart Method |
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
Syntaxprotected virtual void OnEventsReleaseStart(
EventArgs e
)
Protected Overridable Sub OnEventsReleaseStart (
e As EventArgs
)
protected:
virtual void OnEventsReleaseStart(
EventArgs^ e
)
abstract OnEventsReleaseStart :
e : EventArgs -> unit
override OnEventsReleaseStart :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
The EventArgs instance containing the event data.
Version InformationCalculationWorks.ViewModel.Windows
Supported in: 3.0, 2.1, 2.0
See Also