'Declaration <ExtensionAttribute()> Public Overloads Shared Function ShowDialog( _ ByVal childDependencyObject As DependencyObject, _ ByVal content As Object, _ ByVal closingEventHandler As DialogClosingEventHandler _ ) As Task(Of Object)
'Usage Dim childDependencyObject As DependencyObject Dim content As Object Dim closingEventHandler As DialogClosingEventHandler Dim value As Task(Of Object) value = DialogHostEx.ShowDialog(childDependencyObject, content, closingEventHandler)
[Extension()] public static Task<object> ShowDialog( DependencyObject childDependencyObject, object content, DialogClosingEventHandler closingEventHandler )
Parameters
- childDependencyObject
- content
- closingEventHandler