[]
Represents a defined method that handles the NamedStyleCollection object's Changed event.
public delegate void NamedStyleCollectionEventHandler(object sender, NamedStyleCollectionEventArgs e)
Public Delegate Sub NamedStyleCollectionEventHandler(sender As Object, e As NamedStyleCollectionEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Represents a defined method that handles the NamedStyleCollection object's Changed event. |
NamedStyleCollectionEventArgs | e | Represents a defined method that handles the NamedStyleCollection object's Changed event. |