'Declaration Public Shared Function GetDialogClosingAttached( _ ByVal element As DependencyObject _ ) As DialogClosingEventHandler
'Usage Dim element As DependencyObject Dim value As DialogClosingEventHandler value = DialogHost.GetDialogClosingAttached(element)
public static DialogClosingEventHandler GetDialogClosingAttached( DependencyObject element )
Parameters
- element