Share via


LostFocusEventArgs.WindowLosingFocus Property

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

Syntax

'Declaration
Public Property WindowLosingFocus As IntPtr
'Usage
Dim instance As LostFocusEventArgs 
Dim value As IntPtr 

value = instance.WindowLosingFocus

instance.WindowLosingFocus = value
public IntPtr WindowLosingFocus { get; private set; }
public:
property IntPtr WindowLosingFocus {
    IntPtr get ();
    void set (IntPtr value);
}
public function get WindowLosingFocus () : IntPtr 
public function set WindowLosingFocus (value : IntPtr)

Property Value

Type: System.IntPtr

.NET Framework Security

See Also

Reference

LostFocusEventArgs Class

LostFocusEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace