c# Programming Glossary: executioncomplete
Asynchronous WPF Commands http://stackoverflow.com/questions/151686/asynchronous-wpf-commands public event EventHandler AsyncCommandCompleteEventArgs ExecutionComplete public abstract string Text get private bool _isExecuting public.. obj try OnExecute parameter if ExecutionComplete null dispatcher.Invoke DispatcherPriority.Normal ExecutionComplete.. null dispatcher.Invoke DispatcherPriority.Normal ExecutionComplete this new AsyncCommandCompleteEventArgs null catch Exception..
|