Description

Every time the model is changed on the object.

Since 1.23

Fields

  • current - The newly set model.
  • previous - The previously set model.

Signature

struct Efl.Model_Changed_Event {
    current: Efl.Model;
    previous: Efl.Model;
}

C signature

typedef struct _Efl_Model_Changed_Event {
    Efl_Model *current;
    Efl_Model *previous;
} Efl_Model_Changed_Event;