How do i get value from Checkedit (CheckBox) in RibbonBar DevExpress C#
i spent hours to surf google , I found little bit regarding this context but this is in VB , i need in C#
This is what i found in VB Please help me Thanks
` Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
End Sub
Private Sub repositoryItemCheckEdit1_CheckedChanged(ByVal sender As Object, ByVal e As EventArgs) Handles repositoryItemCheckEdit1.CheckedChanged
Dim edit As CheckEdit = TryCast(sender, CheckEdit)
XtraMessageBox.Show(edit.Checked.ToString())
End Sub
Private Sub repositoryItemCheckEdit1_EditValueChanged(ByVal sender As Object, ByVal e As EventArgs) Handles repositoryItemCheckEdit1.EditValueChanged
End Sub`
Aucun commentaire:
Enregistrer un commentaire