LostFocusEventArgs::WindowLosingFocus Property

 

The handle of the window that is losing focus as a result of this event.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property IntPtr WindowLosingFocus {
	IntPtr get();
	private: void set(IntPtr value);
}

Property Value

Type: System::IntPtr
Return to top
Show: