You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Changed

Editör içindeki değer değiştiğinde tetiklenecek olay 

private void LDPCurrencyEdit1_Changed(LDP.Controls.UIContracts.Base.ILDPControl sender)
{
	double? val = LDPCurrencyEdit1.Value;
}

Exit

CurrencyEdit bileşeninden focus out olduğu her zaman tetiklenecek olay

private void LDPCurrencyEdit1_Exit(LDP.Controls.UIContracts.Base.ILDPControl sender)
{
	double? val = LDPCurrencyEdit1.Value;
}