EndEditFromLostFocusEvnetArgs Class
Event args to tell consumer of EditableContentControl the new focus element if the editing is ended from focus lost
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Microsoft.Data.Tools.Design.Core.Controls..::..EndEditFromLostFocusEvnetArgs
Namespace: Microsoft.Data.Tools.Design.Core.Controls
Assembly: Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)
Syntax
'Declaration
Public Class EndEditFromLostFocusEvnetArgs _
Inherits EventArgs
'Usage
Dim instance As EndEditFromLostFocusEvnetArgs
public class EndEditFromLostFocusEvnetArgs : EventArgs
public ref class EndEditFromLostFocusEvnetArgs : public EventArgs
type EndEditFromLostFocusEvnetArgs =
class
inherit EventArgs
end
public class EndEditFromLostFocusEvnetArgs extends EventArgs
The EndEditFromLostFocusEvnetArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EndEditFromLostFocusEvnetArgs | Initializes a new instance of the EndEditFromLostFocusEvnetArgs class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
NewFocusElement | Gets or sets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.