Namespace: Consultingwerk
Class 
CancelableEventArgs Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.EventArgs
Inherited by: Consultingwerk.Studio.LegacyGuiMigration.CreateBusinessEntityWizard.CustomizeBusinessEntityEventArgs, Consultingwerk.Windows.AssignSettingFromFormEventArgs, Consultingwerk.ProcessingStatusChangedEventArgs, Consultingwerk.BusinessEntityDesigner.BeforeAddingFieldToNewTableEventArgs, Consultingwerk.BusinessEntityDesigner.BeforeAddingIndexToNewTableEventArgs, Consultingwerk.BusinessEntityDesigner.Generator.WriteFileEventArgs, Consultingwerk.BusinessEntityDesigner.Services.CancelableFileEventArgs, Consultingwerk.Windows.ShowEditDialogEventArgs

File:CancelableEventArgs
Purpose:Generic argument class for cancellable events
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Dec 19 21:42:29 CET 2009
Notes:Typically used in before events to allow a subscriber to
cancel the following operation associated with the event
The SmartComponent Library does as of February 2012
by default use the .NET System.ComponentModel.CancelEventArgs
instead of Consultingwerk.CancellableEventArgs as in
OpenEdge 11.0 the Visual Designer causes serious issues
when editing components that use non .NET derived objects
as event arguments.


Top Property Summary
Options Name Purpose
+ LOGICAL Cancel Gets or sets a value indicating whether the event should be canceled.
+ Consultingwerk.EventArgs Empty Returns the default instance of the Consultingwerk.EventArgs class
Inherited from Consultingwerk.EventArgs


Property Detail
Top

PUBLIC LOGICAL Cancel

Purpose: Gets or sets a value indicating whether the event should be canceled.
Notes: This property can be used by event subscribers to signal that the
operation following the before event should be cancelled

Returns LOGICAL
Top

PUBLIC Consultingwerk.EventArgs Empty

Inherited from Consultingwerk.EventArgs
Purpose: Returns the default instance of the Consultingwerk.EventArgs class
Notes:

Returns Consultingwerk.EventArgs


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:28:01