ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / Updated Event




In This Topic
    Updated Event
    In This Topic
    Occurs after an update of the image has occurred.
    Syntax
    'Declaration
     
    Public Event Updated As EventHandler
    'Usage
     
    Dim instance As PageView
    Dim handler As EventHandler
     
    AddHandler instance.Updated, handler
    public event EventHandler Updated
    public: __event EventHandler* Updated
    public:
    event EventHandler^ Updated
    See Also