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