This reference page is linked to from the following overview topics: Events & callbacks.
#include <mobu-python-api.h>
Spreadsheet event.
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
Public Attributes |
|
FBPropertyInt | Row |
FBPropertyInt | Column |
FBPropertyInt | Action |
FBPropertyInt | Type |
def __reduce__ | ( | ) |
Reimplemented from FBEvent.
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Signature:
FBEventSpread(HKEventBase pEvent)
Constructor.
pEvent | Base event (internal) to obtain information from. |
Reimplemented from FBEvent.
Read Only Property: Action associated to the spread event. This value is not always set and depends on the action being performed on the spreadsheet.
FBPropertyInt Type
[inherited] |
Read Only Property: Type of event.
Reimplemented in FBEventFileChange, FBEventSceneChange, and FBEventTakeChange.