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
Syntaxprotected IDisposable CreateChange()
Protected Function CreateChange As IDisposable
member CreateChange : unit -> IDisposable
Return Value
Type:
IDisposableThe change instance.
Remarks
This should be disposed after the change is completed.
See Also