AttachedProperty<T>.Setter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the setter.
public:
property Action<System::Activities::Presentation::Model::ModelItem ^, T> ^ Setter { Action<System::Activities::Presentation::Model::ModelItem ^, T> ^ get(); void set(Action<System::Activities::Presentation::Model::ModelItem ^, T> ^ value); };
public Action<System.Activities.Presentation.Model.ModelItem,T> Setter { get; set; }
member this.Setter : Action<System.Activities.Presentation.Model.ModelItem, 'T> with get, set
Public Property Setter As Action(Of ModelItem, T)
Property Value
An Action<T1,T2> that contains the setter.