Back to Devexpress

DependencyPropertyBehavior.EventName Property

wpf-devexpress-dot-mvvm-dot-ui-dot-dependencypropertybehavior-fddf2e52.md

latest1.2 KB
Original Source

DependencyPropertyBehavior.EventName Property

Gets or sets the name of the event the DependencyPropertyBehavior handles to update the binding.

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string EventName { get; set; }
vb
Public Property EventName As String

Property Value

TypeDescription
String

The name of the event name the DependencyPropertyBehavior processes to update the specified binding.

|

See Also

DependencyPropertyBehavior Class

DependencyPropertyBehavior Members

DevExpress.Mvvm.UI Namespace