Namespace: Consultingwerk
Class 
CancelableEventArgs Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.EventArgs
Inherited by: Consultingwerk.Windows.ShowEditDialogEventArgs Consultingwerk.SmartFramework.Workflow.BeforePerformWorkflowStatusActivityEventArgs Consultingwerk.Studio.CompilingFileEventArgs Consultingwerk.Studio.LegacyGuiMigration.CreateBusinessEntityWizard.CustomizeBusinessEntityEventArgs Consultingwerk.Windows.AssignSettingFromFormEventArgs Consultingwerk.Framework.Session.BeforeLoginEventArgs Consultingwerk.ProcessingStatusChangedEventArgs Consultingwerk.SmartComponents.Implementation.BeforeSubmitChangesToBackendEventArgs Consultingwerk.BusinessEntityDesigner.BeforeAddingFieldToNewTableEventArgs Consultingwerk.BusinessEntityDesigner.BeforeAddingIndexToNewTableEventArgs Consultingwerk.BusinessEntityDesigner.Generator.WriteFileEventArgs Consultingwerk.BusinessEntityDesigner.Services.CancelableFileEventArgs

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.
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


Top Property Summary
Options Name Purpose
+ LOGICAL Cancel
+ Consultingwerk.EventArgs Empty
Inherited from Consultingwerk.EventArgs


Property Detail
Top

PUBLIC LOGICAL Cancel


Returns LOGICAL
Top

PUBLIC Consultingwerk.EventArgs Empty

Inherited from Consultingwerk.EventArgs

Returns Consultingwerk.EventArgs


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:50:55