| PropertySupportGetEventArgsT Method |
Namespace: TomsToolbox.EssentialsAssembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax public static PropertyChangedEventArgs GetEventArgs<T>(
Expression<Func<T>> propertyExpression
)
Public Shared Function GetEventArgs(Of T) (
propertyExpression As Expression(Of Func(Of T))
) As PropertyChangedEventArgs
Parameters
- propertyExpression ExpressionFuncT
- The property expression (e.g. p => p.PropertyName) to extract the property name from.
Type Parameters
- T
- The object type containing the property specified in the expression.
Return Value
PropertyChangedEventArgsThe event arguments to pass to
PropertyChanged.
Exceptions See Also