메소드 | 설명 | |
---|---|---|
AnimatedDecoration ( |
Create a decoration that will draw an animation onto the given ObjectListView
|
|
AnimatedDecoration ( |
Create a decoration that will draw an animation around a cell of the given model
|
|
AnimatedDecoration ( |
Create a decoration that will draw an animation around the row of the given model
|
|
AnimatedDecoration ( |
Create a decoration that will draw an animation around a cell of the given model
|
|
Draw ( |
메소드 | 설명 | |
---|---|---|
Animation_Redraw ( object sender, BrightIdeasSoftware.RedrawEventArgs e ) : void | ||
Animation_Started ( object sender, StartAnimationEventArgs e ) : void | ||
Animation_Stopped ( object sender, StopAnimationEventArgs e ) : void | ||
Animation_Ticked ( object sender, BrightIdeasSoftware.TickEventArgs e ) : void | ||
ListView_Disposed ( object sender, EventArgs e ) : void | ||
SubscribeEvents ( ) : void | ||
UnsubscribeEvents ( ) : void |
public AnimatedDecoration ( |
||
olv | ||
리턴 | System |
public AnimatedDecoration ( |
||
olv | ||
item | BrightIdeasSoftware.OLVListItem | |
subItem | BrightIdeasSoftware.OLVListSubItem | |
리턴 | System |
public AnimatedDecoration ( |
||
olv | ||
modelObject | object | |
리턴 | System |
public AnimatedDecoration ( |
||
olv | ||
modelObject | object | |
column | BrightIdeasSoftware.OLVColumn | |
리턴 | System |
protected Animation_Redraw ( object sender, BrightIdeasSoftware.RedrawEventArgs e ) : void | ||
sender | object | |
e | BrightIdeasSoftware.RedrawEventArgs | |
리턴 | void |
protected Animation_Started ( object sender, StartAnimationEventArgs e ) : void | ||
sender | object | |
e | StartAnimationEventArgs | |
리턴 | void |
protected Animation_Stopped ( object sender, StopAnimationEventArgs e ) : void | ||
sender | object | |
e | StopAnimationEventArgs | |
리턴 | void |
protected Animation_Ticked ( object sender, BrightIdeasSoftware.TickEventArgs e ) : void | ||
sender | object | |
e | BrightIdeasSoftware.TickEventArgs | |
리턴 | void |
public Draw ( |
||
olv | ||
g | Graphics | |
r | Rectangle | |
리턴 | void |
protected ListView_Disposed ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |