Package com._1c.g5.aef2.standard.events
Class SectionExpansionEvent
- java.lang.Object
-
- com._1c.g5.aef2.standard.events.SectionExpansionEvent
-
-
Constructor Summary
Constructors Constructor Description SectionExpansionEvent(boolean expanded)
Creates a new event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isExpanded()
Returnstrue
if the section control was expanded,false
if it was collapsed.
-