←Select platform

OnLoadPicture Method

Summary

Raises the LoadPicture event.

Syntax
C#
VB
Objective-C
C++
Java
public virtual void OnLoadPicture( 
   AnnLoadPictureEventArgs e 
) 
Public Overridable Sub OnLoadPicture( _ 
   ByVal e As AnnLoadPictureEventArgs _ 
)  
-(void) onLoadPicture:(LTAnnLoadPictureEvenArgs*)args; 
public void onLoadPicture(AnnLoadPictureEvent event) 
public:  
   virtual void OnLoadPicture( 
      AnnLoadPictureEventArgs^ e 
   ) 

Parameters

Remarks

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly