'Declaration Public Shared Sub SetDialogClosingAttached( _ ByVal element As DependencyObject, _ ByVal value As DialogClosingEventHandler _ )
'Usage Dim element As DependencyObject Dim value As DialogClosingEventHandler DialogHost.SetDialogClosingAttached(element, value)
public static void SetDialogClosingAttached( DependencyObject element, DialogClosingEventHandler value )
Parameters
- element
- value