ClassRadRoutedEditEventArgs
Contains state information and event data associated with a routed event.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
public class RadRoutedEditEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsRadRoutedEditEventArgs
Constructors
RadRoutedEditEventArgs(RoutedEvent, object, object, bool)
Initializes a new instance of the RadRoutedEditEventArgs class, using the supplied routed event identifier, and providing the opportunity to declare a different source for the event.
Declaration
public RadRoutedEditEventArgs(RoutedEvent routedEvent, object source, object editedContent, bool commitChanges = true)
Parameters
routedEvent
RoutedEvent
The routed event identifier for this instance of the RoutedEventArgs class.
source
An alternate source that will be reported when the event is handled. This pre-populates the Source property.
editedContent
The result of the edit operation.
commitChanges
Determines whether the changes will be committed.
Properties
CommitChanges
Gets or sets whether the changes should be committed.
EditedContent
Gets the result of the edit operation.