BCGControlBar Library for .NET
EndEdit Method (ToolbarDateTimeControl)




Specifies whether ExecuteCommand event should be raised when the user exits edit mode.
Called by the framework when the user finishes with editing.
Syntax
'Declaration
 
Public Overrides Sub EndEdit( _
   ByVal executeCommand As Boolean _
) 
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim executeCommand As Boolean
 
instance.EndEdit(executeCommand)
public override void EndEdit( 
   bool executeCommand
)
public: void EndEdit( 
   bool executeCommand
) override 
public:
void EndEdit( 
   bool executeCommand
) override 

Parameters

executeCommand
Specifies whether ExecuteCommand event should be raised when the user exits edit mode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarDateTimeControl Class
ToolbarDateTimeControl Members
Base Implementation in EndEdit

Send Feedback