Udostępnij za pośrednictwem


XamlObjectWriterSettings.XamlSetValueHandler Właściwość

Definicja

Pobiera lub ustawia procedurę obsługi do użycia, gdy składnik zapisywania obiektów wywołuje implementację SetValue CLR dla właściwości zależności.

public:
 property EventHandler<System::Windows::Markup::XamlSetValueEventArgs ^> ^ XamlSetValueHandler { EventHandler<System::Windows::Markup::XamlSetValueEventArgs ^> ^ get(); void set(EventHandler<System::Windows::Markup::XamlSetValueEventArgs ^> ^ value); };
public EventHandler<System.Windows.Markup.XamlSetValueEventArgs> XamlSetValueHandler { get; set; }
member this.XamlSetValueHandler : EventHandler<System.Windows.Markup.XamlSetValueEventArgs> with get, set
Public Property XamlSetValueHandler As EventHandler(Of XamlSetValueEventArgs)

Wartość właściwości

EventHandler<XamlSetValueEventArgs>

Implementacja procedury obsługi, która obsługuje ten przypadek.

Uwagi

Procedura obsługi zdarzeń jest oparta na ogólnym delegatu EventHandler<TEventArgs> XamlSetValueEventArgs , który używa danych zdarzenia.

Dotyczy