Condividi tramite


ScrollManager.OnSAChange Method

Definition

Overloads

OnSAChange(Rectangle)
OnSAChange(Int32, Int32, Int32, Int32)

OnSAChange(Rectangle)

public:
 void OnSAChange(System::Drawing::Rectangle newSA);
public void OnSAChange (System.Drawing.Rectangle newSA);
member this.OnSAChange : System.Drawing.Rectangle -> unit
Public Sub OnSAChange (newSA As Rectangle)

Parameters

newSA
Rectangle

Applies to

OnSAChange(Int32, Int32, Int32, Int32)

public:
 void OnSAChange(int nLeft, int nRight, int nTop, int nBottom);
public void OnSAChange (int nLeft, int nRight, int nTop, int nBottom);
member this.OnSAChange : int * int * int * int -> unit
Public Sub OnSAChange (nLeft As Integer, nRight As Integer, nTop As Integer, nBottom As Integer)

Parameters

nLeft
Int32
nRight
Int32
nTop
Int32
nBottom
Int32

Applies to