←Select platform

OnFrameChanged Method

Summary

Raises the FrameChanged event.

Syntax

C#
VB
C++
protected virtual void OnFrameChanged(  
   Leadtools.Winforms.RasterPictureBoxFrameChangedEventArgs e 
) 
Protected Overridable Sub OnFrameChanged( _ 
   ByVal e As Leadtools.Winforms.RasterPictureBoxFrameChangedEventArgs _ 
) 
protected: 
virtual void OnFrameChanged(  
   Leadtools.Winforms.RasterPictureBoxFrameChangedEventArgs^ e 
) 

Parameters

e
A RasterPictureBoxFrameChangedEventArgs that contains the event data.

Remarks

Raising an event invokes the event handler through a delegate. The OnFrameChanged method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. Notes to Inheritors: When overriding OnFrameChanged in a derived class, be sure to call the base class's OnFrameChanged method so that registered delegates receive the event.

Example

Refer to FrameChanged.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize