Definition
public class WebTreeViewNodeUpdatedEventArgs : EventArgs
Summary
The following table summarizes the members exposed in this class.
Public Constructors
Public Properties
Public Constructors
public WebTreeViewNodeUpdatedEventArgs(WebTreeViewNode node, string propertyName, object value, object oldValue)
Parameters
node | |
propertyName | |
value | |
oldValue |
Public Properties
public WebTreeViewNode Node { get; }
public object OldValue { get; }
public string PropertyName { get; }
public object Value { get; }