Navigation :
UICompletedEventArgs
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Services |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public class UICompletedEventArgs : EventArgs
Base types
EventArgs
This is the EventArgs return value for the IUIVisualizer.Show completed event.
Constructors
UICompletedEventArgs(object dataContext, Nullable<bool> result)
Initializes a new instance of the UICompletedEventArgs class.
Parameters
Name |
Description |
dataContext |
The data context. |
result |
The result. |
Properties
DataContext
Gets the data context.
Result
Gets the result of the window.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion