Show / Hide Table of Contents

Class EventPipe

Implements a pipe to push an event.

Inheritance
object
DispatcherObject
DependencyObject
Freezable
Pipe
EventPipe
Pipe.AssociatedObject
Pipe.AssociatedObjectProperty
Pipe.OnLoaded()
Freezable.Clone()
Freezable.CloneCore(Freezable)
Freezable.CloneCurrentValue()
Freezable.CloneCurrentValueCore(Freezable)
Freezable.CreateInstance()
Freezable.Freeze()
Freezable.Freeze(Freezable, bool)
Freezable.FreezeCore(bool)
Freezable.GetAsFrozen()
Freezable.GetAsFrozenCore(Freezable)
Freezable.GetCurrentValueAsFrozen()
Freezable.GetCurrentValueAsFrozenCore(Freezable)
Freezable.OnChanged()
Freezable.OnFreezablePropertyChanged(DependencyObject, DependencyObject)
Freezable.OnFreezablePropertyChanged(DependencyObject, DependencyObject, DependencyProperty)
Freezable.OnPropertyChanged(DependencyPropertyChangedEventArgs)
Freezable.ReadPreamble()
Freezable.WritePostscript()
Freezable.WritePreamble()
Freezable.CanFreeze
Freezable.IsFrozen
Freezable.Changed
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Equals(object)
DependencyObject.GetHashCode()
DependencyObject.GetLocalValueEnumerator()
DependencyObject.GetValue(DependencyProperty)
DependencyObject.InvalidateProperty(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyPropertyKey, object)
DependencyObject.ShouldSerializeProperty(DependencyProperty)
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DispatcherObject.Dispatcher
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Pipes
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class EventPipe : Pipe

Fields

View Source

CommandParameterProperty

Defines the dependency property of the CommandParameter property.

Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Type Description
DependencyProperty
View Source

CommandProperty

Defines the dependency property of the Command property.

Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Type Description
DependencyProperty
View Source

EventNameProperty

Defines the dependency property of the EventName property.

Declaration
public static readonly DependencyProperty EventNameProperty
Field Value
Type Description
DependencyProperty

Properties

View Source

Command

Gets or sts the command that is invoked when the event is raised.

Declaration
public ICommand Command { get; set; }
Property Value
Type Description
ICommand
View Source

CommandParameter

Gets or sets the command parameter of the Command.

Declaration
public object CommandParameter { get; set; }
Property Value
Type Description
object
View Source

EventName

Gets or sets the name of the event that is invoked.

Declaration
public string EventName { get; set; }
Property Value
Type Description
string

Methods

View Source

CreateInstanceCore()

When implemented in a derived class, creates a new instance of the Freezable derived class.

Declaration
protected override Freezable CreateInstanceCore()
Returns
Type Description
Freezable

The new instance.

Overrides
Freezable.CreateInstanceCore()
View Source

OnAttached()

Called when the pipe is attached to the collection.

Declaration
protected override void OnAttached()
Overrides
Pipe.OnAttached()

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
DependencyObjectExtensions.XamlClone<T>(T)
DependencyObjectExtensions.FindAncestor<T>(DependencyObject)
DependencyObjectExtensions.FindFirstChildByType<T>(DependencyObject)
DependencyObjectExtensions.FindLogicalAncestor<T>(DependencyObject)
DependencyObjectExtensions.GetChildrenByType<T>(DependencyObject)
DependencyObjectExtensions.GetContainer(DependencyObject)
DependencyObjectExtensions.SetContainer(DependencyObject, CompositionContainer)
  • View Source
Back to top Generated by DocFX