AfterAssignAutoEventArgs Class

class kwhelp.AfterAssignAutoEventArgs(key: str, originator: object)[source]

After Assign Auto Event Args

__init__(key: str, originator: object)[source]

Constructor

Parameters
  • key (str) – key arg

  • originator (object) – object that originated event

property canceled: bool

Get if assigment was canceled by before events

property field_name: str

The field that will be assigned representing key.

Getter

Gets the field that will be assigned representing key.

Setter

Sets the field that will be assigned representing key.

property key: str

Gets the key of the key value pair

property originator: object

Gets object that attributes assigned/modified for

property success: bool

Get assigning of attribue/value succeeded