#include <IRhRdkSectionHolder.h>
◆ ~IRhRdkNotificationHandler()
  
  | 
        
          | virtual IRhRdkNotificationHandler::~IRhRdkNotificationHandler | ( |  | ) |  |  | inlineprotectedvirtual | 
 
 
◆ DeleteThis()
  
  | 
        
          | virtual void IRhRdkNotificationHandler::DeleteThis | ( | void |  | ) |  |  | pure virtual | 
 
This method must be implemented as
 
 
 
◆ EVF()
  
  | 
        
          | virtual void* IRhRdkNotificationHandler::EVF | ( | const wchar_t * | wszFunc, |  
          |  |  | void * | pvData |  
          |  | ) |  |  |  | pure virtual | 
 
Emergency virtual function for future expansion. 
 
 
◆ OnBeginNotify()
  
  | 
        
          | virtual void IRhRdkNotificationHandler::OnBeginNotify | ( | IRhinoUiWindow & | w, |  
          |  |  | unsigned int | context |  
          |  | ) |  |  |  | pure virtual | 
 
This method is called when multiple notifications begin. 
- Parameters
- 
  
    | w | is the window sending the notification. |  | context | is a control-specific value. |  
 
 
 
◆ OnEndNotify()
  
  | 
        
          | virtual void IRhRdkNotificationHandler::OnEndNotify | ( | IRhinoUiWindow & | w, |  
          |  |  | unsigned int | context |  
          |  | ) |  |  |  | pure virtual | 
 
This method is called when multiple notifications end. 
- Parameters
- 
  
    | w | is the window sending the notification. |  | context | is a control-specific value. |  
 
 
 
◆ OnNotify()
This method is called when a notification occurs. 
- Parameters
- 
  
    | w | is the window sending the notification. |  | vOld | is the old value. The type depends on the sending control. |  | vNew | is the new value. The type depends on the sending control. |  | context | is a control-specific value. |