pub type GridEditorCreatedEvent = GridEditorCreatedEventIsOwned<true>;Expand description
GridEditorCreatedEventrepresents a C++wxGridEditorCreatedEventclass instance which your code has ownership,GridEditorCreatedEventIsOwned<false>represents one which don’t own.- Use
GridEditorCreatedEvent’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxGridEditorCreatedEventclass’s documentation for more details.
Aliased Type§
pub struct GridEditorCreatedEvent(/* private fields */);