Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PropChangedEventArgs(String) Constructor
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Initializes a new instance of the PropChangedEventArgs class with the PropertyName property set to propertyName.
public PropChangedEventArgs(string propertyName)
{
PropertyName = propertyName;
}
Parameters
propertyName String
The name of the property that has changed. This value is used to set the PropertyName property of the PropChangedEventArgs class.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer