Namespace:DevExpress.Xpf.Core
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public static void SetRaiseResetEventWhenObjectIsLoaded(
DependencyObject element,
bool value
)
|
VB |
static Public Sub SetRaiseResetEventWhenObjectIsLoaded(
ByVal element As DependencyObject,
ByVal value As Boolean
)
|
Parameters
-
element
-
Type: DependencyObject
The element to which the attached property is written.
-
value
-
Type: Boolean
The required System.Boolean value.

See Also