UpdateDisplayUpdateReady Event |
Raised when the control has discovered an update and completed downoading it. When this event is
raised, the update is downloaded and ready to apply.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic event RoutedEventHandler UpdateReady
Public Event UpdateReady As RoutedEventHandler
public:
event RoutedEventHandler^ UpdateReady {
void add (RoutedEventHandler^ value);
void remove (RoutedEventHandler^ value);
}
member UpdateReady : IEvent<RoutedEventHandler,
RoutedEventArgs>
Value
Type:
System.WindowsRoutedEventHandler
See Also