ViewStateChangedEventArgs Class

Definition

Provides an object formatted to serve as an event argument containing the information about the changed view state.

public ref class ViewStateChangedEventArgs : EventArgs
public class ViewStateChangedEventArgs : EventArgs
type ViewStateChangedEventArgs = class
    inherit EventArgs
Public Class ViewStateChangedEventArgs
Inherits EventArgs
Inheritance
ViewStateChangedEventArgs

Remarks

View state changes are changes made to a workflow that impact layout, such as positioning an element in a flowchart, or expanding and collapsing a container in a sequence.

Constructors

ViewStateChangedEventArgs(ModelItem, String, Object, Object)

Creates a new instance of the ViewStateChangedEventArgs class with a specified parent model item and its key/value pair with the old and the new values.

Properties

Key

Gets an attribute key name in a specified view element.

NewValue

Gets the new value for the key in the current attribute key/value pair.

OldValue

Gets the old value of the key in the current attribute key/value pair.

ParentModelItem

Gets an item in the activity designer model that serves as a parent item in the XAML view of the model.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to