Click or drag to resize

FilterCollectionTCreateChange Method

Creates a change object before any change is made to the filter collection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected IDisposable CreateChange()

Return Value

Type: IDisposable
The change instance.
Remarks
This should be disposed after the change is completed.
See Also