Namespace > IC.PhotoController.Filter Namespace > Classes > BaseFilter Class > protected internal > PercentageChangedHandler Property
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
BaseFilter.PercentageChangedHandler Property

Gets the percentage changed handler.

C++
: __property PercentageHandler PercentageChangedHandler;
C#
protected internal PercentageHandler PercentageChangedHandler;
Visual Basic
Protected Friend Property PercentageChangedHandler() As PercentageHandler

The percentage changed handler is triggered when the processing percentage is changed.

This property is useful when you use another class to process the image instead of the BaseFilter descendant, because another class will have no permission to read the event handler from BaseFilter. In that case, you pass the whole handler to your extra class such that it can call the handler directly.

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.